home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / jar12.lzh / JAR12.DOC next >
Text File  |  1991-09-18  |  2KB  |  47 lines

  1.                               CookieJar 1.2
  2.                       Copyright 1991 by Bill Aycock
  3.  
  4. This small program displays the contents of your computer's Cookie Jar.
  5. It runs as a PRG or ACC on any ST or TT in any rez, and uses 9838 bytes of
  6. memory.
  7.  
  8. The dialog shows you, in hex and ASCII, each cookie installed and what
  9. its value is. A maximum of 12 cookies are shown at a time; if there are
  10. more than 12 cookies installed in your system, you can scroll up and down
  11. through the list by using the arrow keys or clicking the dialog's arrow
  12. buttons.
  13.  
  14. At the top of the display box is a line that lists the number of cookies
  15. currently installed, which cookie is the first one showing on the display,
  16. and the total number of cookie slots allocated to the cookie jar. The line
  17. below the cookie area shows you the address of the cookie box (from the
  18. pointer at $5A0).
  19.  
  20. The cookie jar is scanned when CookieJar loads. After that, the cookie
  21. jar is never re-scanned until you click the "rescan" button (or press
  22. Help). The scanning process starts by grabbing the pointer, so it should
  23. work fine if the cookie jar is reallocated by a task.
  24.  
  25. If the cookie jar has not been installed (i.e., the pointer is zero), the
  26. display will be blank and the bottom line will tell you so. CookieJar also
  27. watches for an odd value; if the pointer is odd, it will be displayed on
  28. the bottom line and the top line will say that the cookie jar is broken.
  29.  
  30. CookieJar has enough room to store 200 cookies and their values. If more
  31. than 200 cookies are installed, you will only be able to view the first
  32. 200. (Does anyone think that's likely to be a problem? :-)
  33.  
  34. To exit CookieJar, click the exit button or press Return or Undo.
  35.  
  36. If you wish, you may run CookieJar as an AUTO program. In AUTO mode, it
  37. displays your cookie jar, then pauses for ten seconds or until you press a
  38. key. CookieJar can run more than once in case you want to track the changes
  39. your AUTO programs make to the cookie jar.
  40.  
  41.  
  42.       Bill Aycock
  43.       2310 North Elm St.
  44.       Greensboro, NC 27408
  45.  
  46.       September 18, 1991
  47.